Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Tutorial
1) 2D Graphics
2) Ant
3) Apache Common
4) Class Definition
5) Collections
6) Data Type
7) Database
8) Design Pattern
9) Development
10) EJB3
11) Email
12) File
13) Generics
14) Hibernate
15) Internationalization
16) J2EE Application
17) J2ME
18) JPA
19) JSP
20) JSTL
21) JUnit
22) Language
23) Log
24) Network
25) Operators
26) PDF
27) Reflection
28) Regular Expressions
29) Security
30) Servlet
31) Spring
32) Statement Control
33) Swing
34) Swing Event
35) SWT
36) SWT 2D Graphics
37) Thread
38) Web Services SOA
39) XML
Language
1) A demo for SuppressWarnings
2) A marker annotation
3) A profiler is used to analyze how much time a program spends in each part of the code
4) Annotations and Annotation Types
5) Comments in general
6) Common JAR file operations
7) Commonly Used Java Command Options
8) Creates and uses a single-member annotation
9) Creating Annotations
10) Default values in an annotation
11) Define a constant value and use it
12) Define constant
13) Define new annotation type
14) Demonstrate lifetime of a variable
15) Demonstrates the transient keyword
16) Developing a Java program involves
17) Display all command-line arguments
18) Documented
19) Getting all annotations for a method
20) HelloMessage variable is declared as a local variable
21) How do I mark method as deprecated
22) Inherited
23) Insert an annotation to suppress warning
24) Java Compiler Options
25) Java memory command line arguments
26) JDK Utilities
27) Marker Annotations
28) Multiple lines of comment
29) New parameter for main method
30) Obtaining All Annotations
31) Obtaining Annotations at Run Time by Use of Reflection
32) Program Comments
33) Reflection
34) Retention
35) Run object finalization using System class
36) Run the garbage collector using System class
37) See the details of the compilation
38) Set the memory available to the JVM
39) Shows the proper way to declare a class variable named helloMessage
40) Sign jar with the certificate named alias in the keystore
41) Single-Member Annotations
42) Some of the Options Supported by the javap Utility
43) Some Restrictions
44) Specifying a Retention Policy
45) Standard Annotations
46) Standard Meta-Annotations
47) Target
48) The Annotation Interface
49) The Built-In Annotations
50) The following keywords are reserved in Java
51) The jar Tool
52) The jarsignature Tool
53) The java Tool
54) The javadoc Tool
55) The javadoc utility recognizes the following tags
56) The javap Tool
57) The jconsole Tool
58) The Lifetime of an Object
59) The Method main
60) The native2ascii Tool
61) The single-value syntax
62) The syntax to use the javac tool
63) Throw Exception through main method
64) To invoke an applet packaged as a JAR file
65) To run an application packaged as a JAR file (requires the Main-class manifest header)
66) Use Override annotation
67) Using Default Values
68) Variable Dynamic Initialization
69) Variable Scope
70) Variable Scope in a block
71) Variables
72) What is SuppressWarnings annotation
73) You dont have to place class variable declarations at the beginning of a class